projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be97bad
)
Link broadway backend against librt
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 8 Sep 2014 01:30:01 +0000
(21:30 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 8 Sep 2014 01:30:51 +0000
(21:30 -0400)
This is needed for shm_open, according to its man page.
https://bugzilla.gnome.org//show_bug.cgi?id=698031
gdk/broadway/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/broadway/Makefile.am
b/gdk/broadway/Makefile.am
index 0f190b340264f904ae0999230749c2d91ef9b165..56b4c50202aaef0cdc2c5dfbf719629b163e31e9 100644
(file)
--- a/
gdk/broadway/Makefile.am
+++ b/
gdk/broadway/Makefile.am
@@
-15,7
+15,7
@@
AM_CPPFLAGS = \
$(GTK_DEBUG_FLAGS) \
$(GDK_DEP_CFLAGS)
-LDADDS = $(GDK_DEP_LIBS)
+LDADDS = $(GDK_DEP_LIBS)
-lrt
noinst_LTLIBRARIES = libgdk-broadway.la